﻿2026-04-29T08:54:43.8438060Z ##[group]Run actions/checkout@v6
2026-04-29T08:54:43.8439069Z with:
2026-04-29T08:54:43.8439557Z   repository: Mesya82/Service-Book
2026-04-29T08:54:43.8440320Z   token: ***
2026-04-29T08:54:43.8440743Z   ssh-strict: true
2026-04-29T08:54:43.8441650Z   ssh-user: git
2026-04-29T08:54:43.8442127Z   persist-credentials: true
2026-04-29T08:54:43.8442611Z   clean: true
2026-04-29T08:54:43.8443060Z   sparse-checkout-cone-mode: true
2026-04-29T08:54:43.8443602Z   fetch-depth: 1
2026-04-29T08:54:43.8444051Z   fetch-tags: false
2026-04-29T08:54:43.8444499Z   show-progress: true
2026-04-29T08:54:43.8444943Z   lfs: false
2026-04-29T08:54:43.8445352Z   submodules: false
2026-04-29T08:54:43.8445831Z   set-safe-directory: true
2026-04-29T08:54:43.8446641Z env:
2026-04-29T08:54:43.8447111Z   FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
2026-04-29T08:54:43.8447684Z ##[endgroup]
2026-04-29T08:54:43.9627175Z Syncing repository: Mesya82/Service-Book
2026-04-29T08:54:43.9630356Z ##[group]Getting Git version info
2026-04-29T08:54:43.9632178Z Working directory is '/home/runner/work/Service-Book/Service-Book'
2026-04-29T08:54:43.9634046Z [command]/usr/bin/git version
2026-04-29T08:54:43.9662967Z git version 2.53.0
2026-04-29T08:54:43.9692356Z ##[endgroup]
2026-04-29T08:54:43.9709551Z Temporarily overriding HOME='/home/runner/work/_temp/c4ea8a9d-7a0a-49a9-8619-02499650c6ad' before making global git config changes
2026-04-29T08:54:43.9713070Z Adding repository directory to the temporary git global config as a safe directory
2026-04-29T08:54:43.9717895Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/Service-Book/Service-Book
2026-04-29T08:54:43.9761684Z Deleting the contents of '/home/runner/work/Service-Book/Service-Book'
2026-04-29T08:54:43.9766932Z ##[group]Initializing the repository
2026-04-29T08:54:43.9772843Z [command]/usr/bin/git init /home/runner/work/Service-Book/Service-Book
2026-04-29T08:54:43.9885301Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-04-29T08:54:43.9887928Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-04-29T08:54:43.9900805Z hint: to use in all of your new repositories, which will suppress this warning,
2026-04-29T08:54:43.9904429Z hint: call:
2026-04-29T08:54:43.9905623Z hint:
2026-04-29T08:54:43.9906987Z hint: 	git config --global init.defaultBranch <name>
2026-04-29T08:54:43.9908339Z hint:
2026-04-29T08:54:43.9909571Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-04-29T08:54:43.9911837Z hint: 'development'. The just-created branch can be renamed via this command:
2026-04-29T08:54:43.9913629Z hint:
2026-04-29T08:54:43.9914478Z hint: 	git branch -m <name>
2026-04-29T08:54:43.9915532Z hint:
2026-04-29T08:54:43.9916779Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-04-29T08:54:43.9918986Z Initialized empty Git repository in /home/runner/work/Service-Book/Service-Book/.git/
2026-04-29T08:54:43.9923798Z [command]/usr/bin/git remote add origin https://github.com/Mesya82/Service-Book
2026-04-29T08:54:43.9954191Z ##[endgroup]
2026-04-29T08:54:43.9955502Z ##[group]Disabling automatic garbage collection
2026-04-29T08:54:43.9956664Z [command]/usr/bin/git config --local gc.auto 0
2026-04-29T08:54:43.9995191Z ##[endgroup]
2026-04-29T08:54:43.9996994Z ##[group]Setting up auth
2026-04-29T08:54:43.9998468Z Removing SSH command configuration
2026-04-29T08:54:44.0004052Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-04-29T08:54:44.0043677Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-04-29T08:54:44.0379321Z Removing HTTP extra header
2026-04-29T08:54:44.0381858Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-04-29T08:54:44.0428242Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-04-29T08:54:44.0663358Z Removing includeIf entries pointing to credentials config files
2026-04-29T08:54:44.0665158Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-04-29T08:54:44.0700374Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-04-29T08:54:44.0952866Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-864d1c95-8caf-440d-97ed-c53ebc87ea5e.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-04-29T08:54:44.0995236Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/Service-Book/Service-Book/.git.path /home/runner/work/_temp/git-credentials-864d1c95-8caf-440d-97ed-c53ebc87ea5e.config
2026-04-29T08:54:44.1031681Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/Service-Book/Service-Book/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-864d1c95-8caf-440d-97ed-c53ebc87ea5e.config
2026-04-29T08:54:44.1066257Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-864d1c95-8caf-440d-97ed-c53ebc87ea5e.config
2026-04-29T08:54:44.1102735Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-864d1c95-8caf-440d-97ed-c53ebc87ea5e.config
2026-04-29T08:54:44.1137676Z ##[endgroup]
2026-04-29T08:54:44.1139569Z ##[group]Fetching the repository
2026-04-29T08:54:44.1151866Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6c73a4b709a0266eabc9fc3fafb75c08433a04e6:refs/remotes/pull/50/merge
2026-04-29T08:54:44.7372729Z From https://github.com/Mesya82/Service-Book
2026-04-29T08:54:44.7377338Z  * [new ref]         6c73a4b709a0266eabc9fc3fafb75c08433a04e6 -> pull/50/merge
2026-04-29T08:54:44.7426396Z ##[endgroup]
2026-04-29T08:54:44.7428175Z ##[group]Determining the checkout info
2026-04-29T08:54:44.7429887Z ##[endgroup]
2026-04-29T08:54:44.7431385Z [command]/usr/bin/git sparse-checkout disable
2026-04-29T08:54:44.7464833Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-04-29T08:54:44.7504123Z ##[group]Checking out the ref
2026-04-29T08:54:44.7507509Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/50/merge
2026-04-29T08:54:45.0622426Z Note: switching to 'refs/remotes/pull/50/merge'.
2026-04-29T08:54:45.0624141Z 
2026-04-29T08:54:45.0625033Z You are in 'detached HEAD' state. You can look around, make experimental
2026-04-29T08:54:45.0626988Z changes and commit them, and you can discard any commits you make in this
2026-04-29T08:54:45.0629114Z state without impacting any branches by switching back to a branch.
2026-04-29T08:54:45.0630389Z 
2026-04-29T08:54:45.0631526Z If you want to create a new branch to retain commits you create, you may
2026-04-29T08:54:45.0633589Z do so (now or later) by using -c with the switch command. Example:
2026-04-29T08:54:45.0634762Z 
2026-04-29T08:54:45.0635418Z   git switch -c <new-branch-name>
2026-04-29T08:54:45.0636240Z 
2026-04-29T08:54:45.0636783Z Or undo this operation with:
2026-04-29T08:54:45.0637737Z 
2026-04-29T08:54:45.0638484Z   git switch -
2026-04-29T08:54:45.0639504Z 
2026-04-29T08:54:45.0640690Z Turn off this advice by setting config variable advice.detachedHead to false
2026-04-29T08:54:45.0642419Z 
2026-04-29T08:54:45.0643871Z HEAD is now at 6c73a4b Merge ef784f82e51368f2736915fa2001e4c3c8f07a2e into 8d975e67b23252f2760f27bb51a133ff36eb14d9
2026-04-29T08:54:45.0910648Z ##[endgroup]
2026-04-29T08:54:45.0950907Z [command]/usr/bin/git log -1 --format=%H
2026-04-29T08:54:45.0977812Z 6c73a4b709a0266eabc9fc3fafb75c08433a04e6
